toggle menu
Telegram Bot
7.5.0
common
switch theme
search in API
Telegram Bot
/
eu.vendeli.tgbot.types.user
Package-level
declarations
Types
Types
Gift
Link copied to clipboard
@
Serializable
data
class
Gift
(
val
id
:
String
,
val
sticker
:
Sticker
,
val
starCount
:
Int
,
val
totalCount
:
Int
?
=
null
,
val
remainingCount
:
Int
?
=
null
)
This object represents a gift that can be sent by the bot.
Gifts
Link copied to clipboard
@
Serializable
data
class
Gifts
(
val
gifts
:
List
<
Gift
>
)
This object represent a list of gifts.